Opc.Ua.Core
Int16Collection Constructor(IEnumerable<Int16>)



Opc.Ua Namespace > Int16Collection Class > Int16Collection Constructor : Int16Collection Constructor(IEnumerable<Int16>)
A collection of System.Int16 values to populate the collection with
Initializes the collection and populates it with the values passed-in
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of Short) _
)
'Usage
 
Dim collection As IEnumerable(Of Short)
 
Dim instance As New Int16Collection(collection)
public Int16Collection( 
   IEnumerable<short> collection
)
public:
Int16Collection( 
   IEnumerable<short>^ collection
)

Parameters

collection
A collection of System.Int16 values to populate the collection with
Remarks
Initializes the collection and populates it with the values passed-in
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Int16Collection Class
Int16Collection Members
Overload List